home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / rcs4 / doc / rcsdos.man < prev    next >
Encoding:
Text File  |  1991-02-07  |  1.0 KB  |  35 lines

  1.  
  2.  
  3.  
  4.      RCSDOS(1L)                 Purdue University            RCSDOS(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.       rcsdos - introduction to DOS port of RCS
  10.  
  11.      DESCRIPTION
  12.       The DOS version of RCS provides most of the facilities of 
  13.       the Unix version. It does require a working "diff" program -
  14.       GNU diff is recomended.
  15.  
  16.      Differences between DOS and UNIX versions
  17.       The rcsmerge command is not implemented (because of the lack
  18.       of a DOS equivalent to the Unix merge command).
  19.  
  20.       RCS files have the same name as working files, but are 
  21.       stored in the RCS subdirectory of the working directory. The
  22.       RCS subdirectory MUST be created manually before using RCS 
  23.       for the first time.
  24.  
  25.       Rcsfreeze files are stored in the RCSFREEZ subdirectory of 
  26.       the working directory, and are called "version" and "log" 
  27.       instead of "rcsfreeze.version" and "rcsfreeze.log".
  28.  
  29.       Logging is strict by default.
  30.  
  31.       RCS uses the environment variable "USR" to determine the 
  32.       user's "login name". If USR is not set, the the default name
  33.       "ROOT_DOS" is used. 
  34.  
  35.